home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue67 / System / DIPSLIB / DIPSLIB.vcproj < prev    next >
Encoding:
Extensible Markup Language  |  2001-02-06  |  3.2 KB  |  124 lines

  1. <?xml version="1.0"?>
  2. <VisualStudioProject
  3.     ProjectType="Visual C++"
  4.     Version="7.00"
  5.     Name="DIPSLIB">
  6.     <Build>
  7.         <Settings>
  8.             <Platform
  9.                 Name="Win32"/>
  10.             <Configuration
  11.                 Name="Debug|Win32"
  12.                 IntermediateDirectory="Debug"
  13.                 OutputDirectory="Debug"
  14.                 ConfigurationType="2"
  15.                 CharacterSet="2">
  16.                 <Tool
  17.                     Name="VCBscMakeTool"/>
  18.                 <Tool
  19.                     Name="VCCLCompilerTool"
  20.                     Optimization="0"
  21.                     Defines="WIN32;_DEBUG;_WINDOWS;_USRDLL;DIPSLIB_EXPORTS"
  22.                     MinimalRebuild="TRUE"
  23.                     FullRuntimeChecks="TRUE"
  24.                     RuntimeLibrary="1"
  25.                     UsePrecompiledHeader="0"
  26.                     WarnLevel="3"
  27.                     SuppressStartupMessage="TRUE"
  28.                     DebugInformation="4"/>
  29.                 <Tool
  30.                     Name="VCCustomBuildTool"/>
  31.                 <Tool
  32.                     Name="VCLinkerTool"
  33.                     AdditionalInputs="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
  34.                     OutputFile="$(OutDir)/DIPSLIB.dll"
  35.                     LinkIncremental="2"
  36.                     SuppressStartupMessage="TRUE"
  37.                     GenerateDebug="TRUE"
  38.                     ProgramDatabaseFile="$(OutDir)/DIPSLIB.pdb"
  39.                     SubSystem="2"
  40.                     ImportLibrary="$(OutDir)/DIPSLIB.lib"
  41.                     TargetMachine="1"/>
  42.                 <Tool
  43.                     Name="VCMIDLTool"
  44.                     TargetEnvironment="1"/>
  45.                 <Tool
  46.                     Name="VCPostBuildEventTool"/>
  47.                 <Tool
  48.                     Name="VCPreBuildEventTool"/>
  49.                 <Tool
  50.                     Name="VCPreLinkEventTool"/>
  51.                 <Tool
  52.                     Name="VCResourceCompilerTool"/>
  53.                 <Tool
  54.                     Name="VCSDLTool"/>
  55.             </Configuration>
  56.             <Configuration
  57.                 Name="Release|Win32"
  58.                 IntermediateDirectory="Release"
  59.                 OutputDirectory="Release"
  60.                 ConfigurationType="2"
  61.                 CharacterSet="2">
  62.                 <Tool
  63.                     Name="VCBscMakeTool"/>
  64.                 <Tool
  65.                     Name="VCCLCompilerTool"
  66.                     Optimization="2"
  67.                     InlineFunctionExpansion="1"
  68.                     FramePointerOmission="TRUE"
  69.                     Defines="WIN32;NDEBUG;_WINDOWS;_USRDLL;DIPSLIB_EXPORTS"
  70.                     StringPooling="TRUE"
  71.                     RuntimeLibrary="0"
  72.                     PackageFunctions="TRUE"
  73.                     UsePrecompiledHeader="0"
  74.                     WarnLevel="3"
  75.                     SuppressStartupMessage="TRUE"
  76.                     DebugInformation="3"/>
  77.                 <Tool
  78.                     Name="VCCustomBuildTool"/>
  79.                 <Tool
  80.                     Name="VCLinkerTool"
  81.                     AdditionalInputs="kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib"
  82.                     OutputFile="$(OutDir)/DIPSLIB.dll"
  83.                     LinkIncremental="1"
  84.                     SuppressStartupMessage="TRUE"
  85.                     GenerateDebug="FALSE"
  86.                     SubSystem="2"
  87.                     ImportLibrary="$(OutDir)/DIPSLIB.lib"
  88.                     TargetMachine="1"/>
  89.                 <Tool
  90.                     Name="VCMIDLTool"
  91.                     TargetEnvironment="1"/>
  92.                 <Tool
  93.                     Name="VCPostBuildEventTool"/>
  94.                 <Tool
  95.                     Name="VCPreBuildEventTool"/>
  96.                 <Tool
  97.                     Name="VCPreLinkEventTool"/>
  98.                 <Tool
  99.                     Name="VCResourceCompilerTool"/>
  100.                 <Tool
  101.                     Name="VCSDLTool"/>
  102.             </Configuration>
  103.         </Settings>
  104.     </Build>
  105.     <Files>
  106.         <Filter
  107.             Name="Source Files"
  108.             Filter="cpp;c;cxx;rc;def;odl;idl;hpj;bat;asm">
  109.             <File
  110.                 RelativePath="DIPSLIB.C">
  111.             </File>
  112.         </Filter>
  113.         <Filter
  114.             Name="Resource Files"
  115.             Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
  116.             <File
  117.                 RelativePath="DIPSLIB.RC">
  118.             </File>
  119.         </Filter>
  120.     </Files>
  121.     <Globals>
  122.     </Globals>
  123. </VisualStudioProject>
  124.